home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 880 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: EUROCONTROL.DE!tur
  2. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  3. Newsgroups: comp.lang.rexx
  4. X-Mailer: Mozilla 2.0 (X11; I; SunOS 4.1.3_U1 sun4)
  5. Mime-Version: 1.0
  6. References: <9602211355.AA13782@pipe8>
  7. Content-Type: text/plain; charset=us-ascii
  8. Content-Transfer-Encoding: 7bit
  9. Message-ID: <312C46BA.237C228A@eurocontrol.de>
  10. Date: Thu, 22 Feb 1996 11:34:34 +0100
  11. Sender: REXX Programming discussion list <REXXLIST@uga.cc.uga.edu>
  12. From: Cem Turgay <tur@EUROCONTROL.DE>
  13. Organization: Eurocontrol
  14. Subject: Re: EXECIO under REXX/TSO
  15.  
  16. jack wrote:
  17. > Hi Ricardo,
  18. > The problem is that once the input is closed and freed, I open the output
  19. > file with an alloc command.  Normally, I would use a PUSH and then an
  20. > EXECIO to write the output to my summary file but in the course of trying
  21. > to isolate my problem, I issue an EXECIO to write to the output before
  22. > using either a PUSH or QUEUE command.  Normally I would expect an error but
  23. > I get the last several lines of the input file as output even though
  24. > nothing should be in the stack to be written.  I am not sure of the ispf
  25. > level or MVS level but if you think that may be a problem, I can get that
  26.  
  27. Try to Pull something before EXECIO, to be sure your stack is emtpy.
  28. If it goes to console input, then your stack is realy empty,
  29. if you get some lines, then you are right, something is wrong !
  30.  
  31. But why you use push and Execio together ? Just use
  32. 'EXECIO 1 DISKW <file> (STRING <what you have tried to push>'
  33.  
  34. Cem Turgay
  35.